/*---------1111111111111111111------------acceuil----------------1111111111111111111111111111111-------------------------------------1111111111111111111111111111111111--------------------------------------11111111111111-*/
body{
  margin: 0%;
}
/*------------------------------------------------------------------video--------------------------------------------------------------------------*/
.video1{
position: absolute;
min-width: 100%;
top: 50%;
left: 50%;
z-index: -100;
transform: translate(-50%, -50%);
}
/*-----------------------------------------------------------------premiere section nav et acceuil-----------------------------------------------------*/

/* Style pour la barre de navigation */
nav {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

/* Style pour le conteneur d'en-tête */
.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 20%;
}

/* Style pour le titre Julien Voyage */
.nav-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}    
.navgnl{
list-style-type: none;
display: flex;
justify-content: center;
width: 60%;
}

.navgnl a{
text-decoration: none;
}

.nav{
text-decoration: none;
display: flex;
color: #fff;
}
.linav{
padding-left: 5%;
padding-right: 5%;
}


/* Style pour le menu-toggle */
.menu-toggle {
  display: none; /* Masquer initialement sur les grands écrans */
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

/* Media query pour les écrans jusqu'à 768px */



.italique::after {
content: '';
width: 10%;
height: 2px;
background-color: white;
position: absolute;
left: 45%;
top: 105%;
background-color: #f00;
}

.lientitre{
text-align: center;
color: #fff;
background-color: #EF1F1F78;
border-radius: 30px 30px 30px 30px;
text-decoration: none;
margin-left: 40%;
margin-right: 40%;
margin-top: 5%;
width: 20%;
padding-top: 1%;
padding-bottom: 1%;
display: flex;
justify-content: center; /* Centrer horizontalement */
}


.lientitre:hover{
background-color: #f00
}




/* ------------------------------------------------------------------cadre gris---------------------------------------------------------------------*/


.textgris{
padding-top: 3%;
width: 100%;
text-align: center;
font-style: italic;
color: #fff;
}

.textcadregris{
margin: 0%;
}

.logo{
  justify-content: center;
  display: flex;
}

.imglogo{
  width: 15%;
}

/*----------------------------------------------------------------section prestation-------------------------------------------------*/
.prestation{
height: auto; /* Hauteur ajustée en fonction du contenu */
min-height: 60vh; /* Hauteur minimale de 50% de la hauteur de la fenêtre */
}
.prestext{
text-align: center;
font-weight: bold;
font-size: 2.5rem;
}

.prestextbar::after {
content: '';
width: 10%;
height: 2px;
background-color: white;
position: absolute;
left: 45%;
background-color: #f00;
}

.troisimg{
margin-top: 5%;
padding-left: 10%;
padding-right: 10%;
width: 80%;
display: flex;
}
.troisimg > div {
position: relative;
flex: 1;
}


/*------------------------------------------------------------------drone-fpv------------------------------------------------------*/


.imgdrone-fpv {
height: 100%;
width: 100%;
object-fit: cover;
top: 0; /* Ajuster ces valeurs pour déplacer l'image */
left: 0; /* Ajuster ces valeurs pour déplacer l'image */
transform: translate(0, 0);
}



.textdrone-fpv {
height: 94%;
width: 94%;
padding: 3%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
color: white;
z-index: 1;
padding: 1rem; /* Optionnel : pour ajouter un peu de padding */
}

.text-content {
margin-top: 1rem; /* Optionnel : pour espacer du haut */
}

.textdrone-fpv_title {
margin: 0;
}

.textdrone-fpv_texte {
margin: 0.5rem 0; /* Optionnel : pour espacer entre le titre et le texte */
}

.textdrone-fpv_lien {
color: #f00;
text-decoration: none;
margin-bottom: 1rem; /* Optionnel : pour espacer du bas */
}




/*-------------------------------------------------------------------realisation--------------------------------------------------*/


.imgrealisation {
height: 100%;
width: 100%;
object-fit: cover;
}



.textrealisation {
height: 94%;
width: 94%;
padding: 3%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
color: white;
z-index: 1;
padding: 1rem; /* Optionnel : pour ajouter un peu de padding */
}

.text-content {
margin-top: 1rem; /* Optionnel : pour espacer du haut */
}

.textrealisation_title {
margin: 0;
}

.textrealisation_texte {
margin: 0.5rem 0; /* Optionnel : pour espacer entre le titre et le texte */
}

.textrealisation_lien {
color: #f00;
text-decoration: none;
margin-bottom: 1rem; /* Optionnel : pour espacer du bas */
}

/*------------------------------------------------------------------drone-stabilise-----------------------------------------------*/


.imgdrone-stabilise {
height: 100%;
width: 100%;
object-fit: cover;
}



.textdrone-stabilise {
height: 94%;
width: 94%;
padding: 3%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
color: white;
z-index: 1;
padding: 1rem; /* Optionnel : pour ajouter un peu de padding */
}

.text-content {
margin-top: 1rem; /* Optionnel : pour espacer du haut */
}

.textdrone-stabilise_title {
margin: 0;
}

.imgdrone-stabilise_texte {
margin: 0.5rem 0; /* Optionnel : pour espacer entre le titre et le texte */
}

.textdrone-stabilise_lien {
color: #f00;
text-decoration: none;
margin-bottom: 1rem; /* Optionnel : pour espacer du bas */
}

/*---------------------------------------------------------------------------------3 images interractive-------------------------------------*/



.image-wrapper:hover {
flex: 2; /* Agrandissement de la hauteur au survol */
}


.image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease; /* Transition pour l'effet de zoom */
}

.image-wrapper:hover img {
transform: scale(1); /* Annulation du zoom sur l'image au survol */
}
.text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
opacity: 0;
transition: opacity 0.3s;
z-index: 10; /* Assure que le texte est au-dessus de l'image */
}
.image-wrapper:hover .text {
opacity: 1;
}
/*------------------------------------------------------------------------------------------------------------------section realisation_cote_droite_gnl-----------*/

/*---------------------------------------------------------------------------carrousel logo---------------------------------------------*/
.carousel-container {
  padding-top: 3%;
  position: relative;
  width: 80%;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel img {
  height: 50px;
  margin: 0 10px;
  filter: grayscale(100%);
}
.indicators {
  text-align: center;
  margin-top: 10px;
}
.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
  cursor: pointer;
}
.active {
  background-color: #717171;
}



.carousel img {
  height: 50px;
  margin: 0 10px;
  filter: grayscale(100%);
  background: red; /* Temporaire pour voir les images */
}

/*-------------------------------------------------Realisation-------------------------------------------------------*/

.video-section {
  padding: 40px 20px;
  background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb');
  background-size: cover;
  background-position: center;
  position: relative;
}

.filters {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}


.filters button {
  padding: 10px 20px;
  margin: 5px;
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  font-weight: bold;
  flex-shrink: 0;
}

.filters button.active {
  background: #000;
  color: #fff;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-item {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
  cursor: pointer;
}

.video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.video-item:hover .overlay-text {
  opacity: 1;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 0.3s ease;
}

.play-button::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 16px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.video-item:hover .play-button {
  opacity: 0;
}

.video-item.hidden {
  display: none;
}

/* Lightbox styles */
#video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#video-lightbox iframe {
  width: 80%;
  height: 80%;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
/*--------------------------------------realisation_cadre_photo_gnl-----------------------------------------------------------*/
.index_cadre_photo_gnl{
width: 100%;
display: flex;
margin-top: 5%;
}





/*--------------------------------------------gauche photo----------------------------*/


.img_index_cote_droite_cadre_gauche_haut{
object-fit: cover;
width: 100%;
height: 100%;
}

.img_index_cote_droite_cadre_gauche_bas{
object-fit: cover;
height: 100%;
width: 100%;
}


/*------------------------------------------droite photo-----------------------*/


.img_index_cote_gauche_cadre_droite_bas{
object-fit: cover;
width: 100%;
height: 100%;
}


.img_index_cote_gauche_cadre_droite_haut{
object-fit: cover;
height: 100%;
width: 100%;
}


/*--------------------------------------------partie--gauche---------------------------*/

.index_cote_gauche_title{
text-align: left;
font-size: 25px;
margin: 0%;
padding-bottom: 2vh;
}

.index_cote_gauche_bar{
margin: 0%;
padding-top: 2%;
padding-bottom: 2%;
}



.index_cote_gauche_text1{
text-align: left;
padding-bottom: 4%;
font-size: 18px;
padding-bottom: 2vh;
}

.index_cote_gauche_text2{
text-align: left;
padding-bottom: 4%;
font-size: 18px;
padding-bottom: 2vh;
}

.index_cote_gauche_text3{
text-align: left;
font-size: 18px;
}

.lien_fin_de_page_div_index{
margin-bottom: 2%;
}

.lien_fin_de_page_bouton{
text-align: center;
color: #fff;
background-color: #f00;
border-radius: 30px 30px 30px 30px;
text-decoration: none;
margin-left: 12.5%;
margin-right: 12.5%;
width: 70%;
padding-top: 15px;
padding-bottom: 15px;
display: flex;
justify-content: center; /* Centrer horizontalement */
}

.lien_fin_de_page_bouton:hover{
background-color: #EF1F1F78
}


/*-------------------------------------------------------------------------------------------------------------footer--------------------------------------------------------------*/
footer{
/*height: 13vh;*/
margin-top: 2%;
background-color: #9e9e9e;
}


.lienreseau{
display: flex;
text-decoration: none;
color: #e7e5e5;
}



.lienlienutile{
display: flex;
text-decoration: none;
color: #e7e5e5;
}



.imglogofooter{
width: 80%;
height: auto;
/*object-fit: cover;*/
}


.lienlienimportant{
text-decoration: none;
color: #e7e5e5;
}

.lienlienimportant:hover{
color: #fff;
}

.footerp{
color: #e7e5e5;
}

.footerh3{
color: #e7e5e5;
}




